(w32_read_socket): Fix last change to ButtonPress handling.
authorJason Rumney <jasonr@gnu.org>
Mon, 1 Mar 2004 22:45:47 +0000 (22:45 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 1 Mar 2004 22:45:47 +0000 (22:45 +0000)
src/w32term.c

index b9077a1e0b6d4da18fdbaea15899daadff7be271..f69b0860babd5716d4ab8b39f6bc237c2de9e89c 100644 (file)
@@ -4394,7 +4394,7 @@ w32_read_socket (sd, expected, hold_quit)
 
                 if (tool_bar_p
                    || (dpyinfo->w32_focus_frame
-                       && f == dpyinfo->w32_focus_frame))
+                       && f != dpyinfo->w32_focus_frame))
                  inev.kind = NO_EVENT;
              }